Skip to content

test: add oracle rate limiting load coverage#120

Merged
Smartdevs17 merged 2 commits intoSmartdevs17:mainfrom
JamesVictor-O:test/issue-63-oracle-rate-limit-load
Mar 24, 2026
Merged

test: add oracle rate limiting load coverage#120
Smartdevs17 merged 2 commits intoSmartdevs17:mainfrom
JamesVictor-O:test/issue-63-oracle-rate-limit-load

Conversation

@JamesVictor-O
Copy link
Copy Markdown
Contributor

@JamesVictor-O JamesVictor-O commented Mar 24, 2026

Summary

  • add new oracle/tests/rate-limiting.test.ts for concurrent load behavior of provider-level rate limiting
  • verify over-limit concurrent requests are deferred (queued) instead of all completing in the initial window
  • verify first-window completions do not exceed configured maxRequests

Test plan

  • cd oracle && npx vitest run tests/rate-limiting.test.ts

Close #63

Add provider-level load tests that simulate concurrent requests and verify rate-limited calls are deferred while first-window completions stay within configured request caps.

Made-with: Cursor
@vercel
Copy link
Copy Markdown

vercel bot commented Mar 24, 2026

@JamesVictor-O is attempting to deploy a commit to the smartdevs17's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 24, 2026

@JamesVictor-O Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Smartdevs17 Smartdevs17 merged commit a17f1fc into Smartdevs17:main Mar 24, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Oracle rate limiting load tests

2 participants